toShort

@DeprecatedSinceKotlin(warningSince = "1.3", errorSince = "1.5")
open override fun toShort(): Short

Converts this Float value to Short.

The resulting Short value is equal to this.toInt().toShort().